Skip to content

Bump github.com/amatsagu/tempest from 1.7.2 to 1.9.0#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/amatsagu/tempest-1.9.0
Open

Bump github.com/amatsagu/tempest from 1.7.2 to 1.9.0#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/amatsagu/tempest-1.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps github.com/amatsagu/tempest from 1.7.2 to 1.9.0.

Release notes

Sourced from github.com/amatsagu/tempest's releases.

v1.9.0

[!NOTE] This release would normally be versioned as v1.8.1, but it was promoted to v1.9.0 due to the possibility that the new API rate limiter could introduce breaking changes to some API calls.

What's Changed

  • Upgraded REST implementation so now it also handles regional (per /endpoint) rate limit buckets. It uses by default quite aggressive settings for performance reasons but everything is configurable. Rate limiter can be disabled by providing custom http transport into http client used by REST Client. By default it may look like Tempest again consumes more memory - don't panic! It only sweeps old bucket data at specific thresholds to avoid spam of sweeping events. Example of it working:

Full Changelog: amatsagu/tempest@v1.8.0...v1.9.0

v1.8.0

What's Changed

  • Added optional support for zlib-stream compression for GatewayClient (works only for incoming payloads over ws conn to gateway). It can reduce size of incoming requests by up to ~70% at cost of slightly higher CPU usage.
  • Fixed potential race condition in Shard/Socket logic where (at least in theory) Shard logic could crash when trying to close and read/write from different goroutines in nearly the same time (max ~4ns time window).
  • Added missing status fields from presence update event payload. It now allows Tempest powered Discord Applicattions to display custom status.

Full Changelog: amatsagu/tempest@v1.7.2...v1.8.0

Commits
  • 3d3b74c docs: fix path to license badge
  • d9a0446 debug: add trace logs when rate limit is hit | use client's logger
  • 3647c4d feat: introduce http transport rate limiter to properly handle regional API b...
  • 9e0b158 feat: Add formatting/linting pre-commit hooks with Lefthook & golangci-lint...
  • ab29b14 docs: fix typos in README & add dedicated CONTRIBUTING.md (#64)
  • 9a56870 docs: fix default value typo in StringSelectComponent (#63)
  • fd18f78 docs: Improve documentation of various components, structs and examples (#62)
  • 58b6f62 feat: update list of features to include gateway related elements
  • 869f2fa fix: add missing fields to allow bot to have custom status
  • 006b414 fix: check for availability of decoder before using it
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/amatsagu/tempest](https://github.com/amatsagu/tempest) from 1.7.2 to 1.9.0.
- [Release notes](https://github.com/amatsagu/tempest/releases)
- [Commits](amatsagu/tempest@v1.7.2...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/amatsagu/tempest
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants